home *** CD-ROM | disk | FTP | other *** search
- Command Line Arguments
- --------------------------------------------------------------------
- A set of program parameters can be set from the command line. For
- example, to set the size of the main window to the full screen, type
- kaos -w 1152 950 when starting up kaos. A brief escription of other
- major command line arguments is given below:
-
- -a axis_label_on: If true, show axis labels.
-
- -b batch_count: Starting count for a batch job. To avoid an
- overlapping with the submitted batch jobs in
- the previous session.
-
- -be bell_on: If true, turn on bell.
-
- -bx boxes_on: If true, draw phase space and parameter space boxes.
-
- -cl clipping: If true, clip the data outside the box.
-
- -cs colormap_strip_on: If true, draw colormap strips
-
- -e show_error_mess: If true, show error messages
-
- -f func_on: If true, turn on function features.
-
- -g grids: Turn on or off the display of grids for phase
- space and parameter space box. The value of
- "grids" is the number of grid lines in each
- direction.
-
- -l lock_interval: Interval between locking and unlocking.
-
- -m model: A starting model is set to model.
- (Default: 4)
-
- -m1 dim0 dim1 dim2: dim1 is the initial dimension of the orbit
- data in the phase space. When reallocating
- more memory, the dimension of orbit data
- increases two-fold until it reaches dim1 and
- then it increases by the amount of dim2.
- (Default: varies but typically (50000,
- 100000,10000))
-
- -m0 dim0 dim1 dim2: similarly for the bifurcation data in the
- parameter sspace. (Default: (1000,2000,1000))
-
- -m2 dim0 dim1 dim2: similarly for the data in the combined space.
- (Default: (500,1000,1000))
-
- -mf dim0 dim1 dim2: similarly for the periodic orbit data.
- (Default: (500,1000,1000))
-
- -n nice_number: Nice number for batch jobs. At the moment, not changeable.
- (Default: 10).
-
- -p pixel_depth: Forces a pixel depth. For example, "-p 1"
- forces kaos to function in a monochrome mode. (Default: automatic)
-
- -pc panel_colormap_on: If true, turn on panel colormaps.
-
- -Pm main_panel_show: If true, create a main panel after startup.
-
- -Pp param_window_show: If true, create a parameter space window
- after startup.
-
- -Po options_panel_show:If true, create an options panel after
- startup.
-
- -Pw window_size_panel_show: If true, create a projection (window
- size) panel after startup.
-
- -Ps section_panel_show:If true, create a section panel after startup
-
- -Psi system_info_panel_show:If true, create a system info panel
- after startup.
-
- -Psl save_load_panel_show:If true, create a save load panel after
- startup.
-
- -r record_on: If true, record data. Otherwise, display but
- do not record.
-
- -s slide: Turn on or off the slide mode.
-
- -t title_label_on: If true, display the title.
-
- -w width height: The width and height of the main window in
- Sun pixel coordinates. The default values
- are (1030,800).
-
-